LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

Keys Property (DictionaryWithEvents<TKey,TValue>)







Gets a collection containing the keys in the DictionaryWithEvents<TKey,TValue>.
Syntax
public ICollection<TKey> Keys {get;}
'Declaration
 
Public ReadOnly Property Keys As ICollection(Of TKey)
'Usage
 
Dim instance As DictionaryWithEvents(Of TKey,TValue)
Dim value As ICollection(Of TKey)
 
value = instance.Keys
public ICollection<TKey> Keys {get;}
 get_Keys(); 
public: __property ICollection<TKey*>* get_Keys();
public:
property ICollection<TKey*>* Keys {
   ICollection<TKey*>* get();
}

Property Value

A KeyCollection"/> containing the keys in the DictionaryWithEvents<TKey,TValue>.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DictionaryWithEvents<TKey,TValue> Class
DictionaryWithEvents<TKey,TValue> Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.